﻿2026-06-15T13:34:13.4050558Z ##[group]Run set -euo pipefail
2026-06-15T13:34:13.4050940Z [36;1mset -euo pipefail[0m
2026-06-15T13:34:13.4065129Z [36;1mPIN=0c95435[0m
2026-06-15T13:34:13.4065430Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T13:34:13.4065728Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T13:34:13.4066127Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T13:34:13.4066612Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T13:34:13.4067108Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T13:34:13.4067513Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T13:34:13.4067795Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T13:34:13.4068109Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T13:34:13.4068485Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T13:34:13.4068907Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T13:34:13.4069284Z [36;1mfi[0m
2026-06-15T13:34:13.4069613Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T13:34:13.4084060Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T13:34:13.4084413Z env:
2026-06-15T13:34:13.4084661Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T13:34:13.4084937Z ##[endgroup]
2026-06-15T13:34:13.6804050Z    Compiling proc-macro2 v1.0.106
2026-06-15T13:34:13.6804907Z    Compiling quote v1.0.45
2026-06-15T13:34:13.6805474Z    Compiling unicode-ident v1.0.24
2026-06-15T13:34:13.6806060Z    Compiling libc v0.2.186
2026-06-15T13:34:13.6806702Z    Compiling serde_core v1.0.228
2026-06-15T13:34:13.6807096Z    Compiling cfg-if v1.0.4
2026-06-15T13:34:13.6807425Z    Compiling serde v1.0.228
2026-06-15T13:34:13.6832354Z    Compiling log v0.4.32
2026-06-15T13:34:13.6879314Z    Compiling pin-project-lite v0.2.17
2026-06-15T13:34:13.6921693Z    Compiling portable-atomic v1.13.1
2026-06-15T13:34:13.6959517Z    Compiling typenum v1.20.1
2026-06-15T13:34:13.7010604Z    Compiling memchr v2.8.1
2026-06-15T13:34:13.7112052Z    Compiling version_check v0.9.5
2026-06-15T13:34:13.7113865Z    Compiling critical-section v1.2.0
2026-06-15T13:34:13.7130707Z    Compiling find-msvc-tools v0.1.9
2026-06-15T13:34:13.7532498Z    Compiling shlex v2.0.1
2026-06-15T13:34:13.7911703Z    Compiling futures-core v0.3.32
2026-06-15T13:34:13.8091858Z    Compiling bytes v1.11.1
2026-06-15T13:34:13.8341157Z    Compiling subtle v2.6.1
2026-06-15T13:34:13.9291355Z    Compiling equivalent v1.0.2
2026-06-15T13:34:13.9352398Z    Compiling smallvec v1.15.1
2026-06-15T13:34:13.9700345Z    Compiling itoa v1.0.18
2026-06-15T13:34:13.9775667Z    Compiling semver v1.0.28
2026-06-15T13:34:13.9961724Z    Compiling stable_deref_trait v1.2.1
2026-06-15T13:34:14.0061153Z    Compiling futures-io v0.3.32
2026-06-15T13:34:14.0709672Z    Compiling slab v0.4.12
2026-06-15T13:34:14.0852134Z    Compiling generic-array v0.14.7
2026-06-15T13:34:14.0979327Z    Compiling futures-sink v0.3.32
2026-06-15T13:34:14.1414709Z    Compiling futures-task v0.3.32
2026-06-15T13:34:14.1560798Z    Compiling hashbrown v0.17.1
2026-06-15T13:34:14.1640685Z    Compiling rustversion v1.0.22
2026-06-15T13:34:14.1736308Z    Compiling futures-channel v0.3.32
2026-06-15T13:34:14.1978333Z    Compiling bitflags v2.12.1
2026-06-15T13:34:14.2911059Z    Compiling rustc_version v0.4.1
2026-06-15T13:34:14.3011232Z    Compiling cpufeatures v0.2.17
2026-06-15T13:34:14.3051377Z    Compiling fnv v1.0.7
2026-06-15T13:34:14.3334723Z    Compiling rand_core v0.10.1
2026-06-15T13:34:14.3660895Z    Compiling cfg_aliases v0.2.1
2026-06-15T13:34:14.3700803Z    Compiling strsim v0.11.1
2026-06-15T13:34:14.3770913Z    Compiling writeable v0.6.3
2026-06-15T13:34:14.4310557Z    Compiling litemap v0.8.2
2026-06-15T13:34:14.4670531Z    Compiling utf8_iter v1.0.4
2026-06-15T13:34:14.4961346Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T13:34:14.5030775Z    Compiling getrandom v0.4.2
2026-06-15T13:34:14.5840296Z    Compiling dunce v1.0.5
2026-06-15T13:34:14.6222799Z    Compiling icu_properties_data v2.2.0
2026-06-15T13:34:14.6560691Z    Compiling fs_extra v1.3.0
2026-06-15T13:34:14.6677428Z    Compiling ident_case v1.0.1
2026-06-15T13:34:14.7859973Z    Compiling percent-encoding v2.3.2
2026-06-15T13:34:14.7940957Z    Compiling autocfg v1.5.1
2026-06-15T13:34:14.8251467Z    Compiling http v1.4.1
2026-06-15T13:34:14.8504235Z    Compiling cpufeatures v0.3.0
2026-06-15T13:34:14.9214033Z    Compiling aws-lc-rs v1.17.0
2026-06-15T13:34:14.9714503Z    Compiling thiserror v2.0.18
2026-06-15T13:34:15.0322746Z    Compiling syn v2.0.117
2026-06-15T13:34:15.0670707Z    Compiling unicode-segmentation v1.13.3
2026-06-15T13:34:15.0680216Z    Compiling scopeguard v1.2.0
2026-06-15T13:34:15.0769838Z    Compiling form_urlencoded v1.2.2
2026-06-15T13:34:15.0941134Z    Compiling chacha20 v0.10.0
2026-06-15T13:34:15.1092254Z    Compiling untrusted v0.9.0
2026-06-15T13:34:15.1503722Z    Compiling indexmap v2.14.0
2026-06-15T13:34:15.2141222Z    Compiling lock_api v0.4.14
2026-06-15T13:34:15.2330919Z    Compiling rustls v0.23.40
2026-06-15T13:34:15.2700485Z    Compiling heck v0.5.0
2026-06-15T13:34:15.2930750Z    Compiling unicode-xid v0.2.6
2026-06-15T13:34:15.3071416Z    Compiling anyhow v1.0.102
2026-06-15T13:34:15.3941447Z    Compiling const-oid v0.10.2
2026-06-15T13:34:15.4130662Z    Compiling atomic-waker v1.1.2
2026-06-15T13:34:15.4220868Z    Compiling paste v1.0.15
2026-06-15T13:34:15.4430195Z    Compiling zerocopy v0.8.50
2026-06-15T13:34:15.4740387Z    Compiling httparse v1.10.1
2026-06-15T13:34:15.5230556Z    Compiling parking_lot_core v0.9.12
2026-06-15T13:34:15.5360613Z    Compiling num-traits v0.2.19
2026-06-15T13:34:15.6047122Z    Compiling convert_case v0.10.0
2026-06-15T13:34:15.6379875Z    Compiling hybrid-array v0.4.12
2026-06-15T13:34:15.6591139Z    Compiling jobserver v0.1.34
2026-06-15T13:34:15.7211721Z    Compiling curve25519-dalek v4.1.3
2026-06-15T13:34:15.7355199Z    Compiling ahash v0.8.12
2026-06-15T13:34:15.7569346Z    Compiling either v1.16.0
2026-06-15T13:34:15.7748739Z    Compiling powerfmt v0.2.0
2026-06-15T13:34:15.8852573Z    Compiling fastrand v2.4.1
2026-06-15T13:34:15.9077943Z    Compiling cc v1.2.63
2026-06-15T13:34:15.9710762Z    Compiling http-body v1.0.1
2026-06-15T13:34:15.9790521Z    Compiling base64ct v1.8.3
2026-06-15T13:34:16.0257513Z    Compiling crypto-common v0.1.7
2026-06-15T13:34:16.0347470Z    Compiling block-buffer v0.10.4
2026-06-15T13:34:16.0862357Z    Compiling deranged v0.5.8
2026-06-15T13:34:16.1410533Z    Compiling digest v0.10.7
2026-06-15T13:34:16.1690275Z    Compiling try-lock v0.2.5
2026-06-15T13:34:16.2350539Z    Compiling zmij v1.0.21
2026-06-15T13:34:16.2720415Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T13:34:16.2810483Z    Compiling base64 v0.22.1
2026-06-15T13:34:16.3330346Z    Compiling tinyvec_macros v0.1.1
2026-06-15T13:34:16.3750400Z    Compiling time-core v0.1.8
2026-06-15T13:34:16.3940394Z    Compiling vcpkg v0.2.15
2026-06-15T13:34:16.4060932Z    Compiling tower-service v0.3.3
2026-06-15T13:34:16.4259461Z    Compiling data-encoding v2.11.0
2026-06-15T13:34:16.4710493Z    Compiling mio v1.2.1
2026-06-15T13:34:16.4920699Z    Compiling socket2 v0.6.4
2026-06-15T13:34:16.5161032Z    Compiling getrandom v0.2.17
2026-06-15T13:34:16.6165996Z    Compiling pkg-config v0.3.33
2026-06-15T13:34:16.6900469Z    Compiling rand_core v0.6.4
2026-06-15T13:34:16.7410456Z    Compiling num-conv v0.2.2
2026-06-15T13:34:16.7540642Z    Compiling rand v0.10.1
2026-06-15T13:34:16.8110494Z    Compiling parking_lot v0.12.5
2026-06-15T13:34:16.8900446Z    Compiling crypto-common v0.2.2
2026-06-15T13:34:16.9050388Z    Compiling block-buffer v0.12.0
2026-06-15T13:34:16.9240666Z    Compiling tinyvec v1.11.0
2026-06-15T13:34:16.9410789Z    Compiling sha2 v0.10.9
2026-06-15T13:34:17.2080521Z    Compiling cmake v0.1.58
2026-06-15T13:34:17.2864411Z    Compiling want v0.3.1
2026-06-15T13:34:17.3120482Z    Compiling inout v0.1.4
2026-06-15T13:34:17.4488281Z    Compiling vergen-lib v9.1.0
2026-06-15T13:34:17.4552271Z    Compiling n0-future v0.3.2
2026-06-15T13:34:17.4850608Z    Compiling spin v0.10.0
2026-06-15T13:34:17.4902446Z    Compiling httpdate v1.0.3
2026-06-15T13:34:17.5361811Z    Compiling signature v2.2.0
2026-06-15T13:34:17.5558217Z    Compiling diatomic-waker v0.2.3
2026-06-15T13:34:17.5760215Z    Compiling cordyceps v0.3.4
2026-06-15T13:34:17.5880750Z    Compiling serde_json v1.0.150
2026-06-15T13:34:17.6040774Z    Compiling crossbeam-utils v0.8.21
2026-06-15T13:34:17.6238932Z    Compiling parking v2.2.1
2026-06-15T13:34:17.6858305Z    Compiling winnow v1.0.3
2026-06-15T13:34:17.7000722Z    Compiling ed25519 v2.2.3
2026-06-15T13:34:17.7150321Z    Compiling cipher v0.4.4
2026-06-15T13:34:17.7609928Z    Compiling futures-lite v2.6.1
2026-06-15T13:34:17.7833008Z    Compiling netlink-packet-core v0.8.1
2026-06-15T13:34:17.7859377Z    Compiling digest v0.11.3
2026-06-15T13:34:17.8281121Z    Compiling universal-hash v0.5.1
2026-06-15T13:34:17.8868281Z    Compiling futures-buffered v0.2.13
2026-06-15T13:34:17.8950454Z    Compiling vergen v9.1.0
2026-06-15T13:34:17.9160602Z    Compiling vergen-lib v0.1.6
2026-06-15T13:34:17.9449565Z    Compiling heapless v0.7.17
2026-06-15T13:34:17.9531027Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T13:34:17.9662979Z    Compiling noq-udp v0.10.0
2026-06-15T13:34:17.9753152Z    Compiling sync_wrapper v1.0.2
2026-06-15T13:34:18.0631332Z    Compiling byteorder v1.5.0
2026-06-15T13:34:18.0740409Z    Compiling opaque-debug v0.3.1
2026-06-15T13:34:18.1109247Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T13:34:18.1380787Z    Compiling allocator-api2 v0.2.21
2026-06-15T13:34:18.1571275Z    Compiling polyval v0.6.2
2026-06-15T13:34:18.1959915Z    Compiling aws-lc-sys v0.41.0
2026-06-15T13:34:18.2130786Z    Compiling ring v0.17.14
2026-06-15T13:34:18.2200627Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T13:34:18.2620708Z    Compiling hash32 v0.2.1
2026-06-15T13:34:18.3130782Z    Compiling spin v0.9.8
2026-06-15T13:34:18.4268094Z    Compiling vergen-gitcl v1.0.8
2026-06-15T13:34:18.4480534Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T13:34:18.4812234Z    Compiling num_threads v0.1.7
2026-06-15T13:34:18.4923356Z    Compiling ryu v1.0.23
2026-06-15T13:34:18.5320652Z    Compiling signature v3.0.0
2026-06-15T13:34:18.6236369Z    Compiling fallible-iterator v0.3.0
2026-06-15T13:34:18.6250158Z    Compiling tower-layer v0.3.3
2026-06-15T13:34:18.6472894Z    Compiling time v0.3.47
2026-06-15T13:34:18.6600634Z    Compiling ghash v0.5.1
2026-06-15T13:34:18.6660821Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T13:34:18.6672192Z    Compiling aes v0.8.4
2026-06-15T13:34:18.8049459Z    Compiling ctr v0.9.2
2026-06-15T13:34:18.8110558Z    Compiling aead v0.5.2
2026-06-15T13:34:18.8900599Z    Compiling http-body-util v0.1.3
2026-06-15T13:34:18.9420663Z    Compiling openssl-probe v0.2.1
2026-06-15T13:34:19.0020154Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T13:34:19.0730591Z    Compiling crossbeam-channel v0.5.15
2026-06-15T13:34:19.1125815Z    Compiling blake3 v1.8.5
2026-06-15T13:34:19.2029717Z    Compiling netlink-packet-route v0.29.0
2026-06-15T13:34:19.2140719Z    Compiling uuid v1.23.2
2026-06-15T13:34:19.4198523Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T13:34:19.4350753Z    Compiling aes-gcm v0.10.3
2026-06-15T13:34:19.4790420Z    Compiling memoffset v0.6.5
2026-06-15T13:34:19.4900651Z    Compiling acto v0.8.2
2026-06-15T13:34:19.5690618Z    Compiling netwatch v0.16.0
2026-06-15T13:34:19.6370743Z    Compiling noq v0.18.0
2026-06-15T13:34:19.6630822Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T13:34:19.6890702Z    Compiling identity-hash v0.1.0
2026-06-15T13:34:19.7810751Z    Compiling thiserror v1.0.69
2026-06-15T13:34:19.8149310Z    Compiling tagptr v0.2.0
2026-06-15T13:34:19.8340849Z    Compiling foldhash v0.2.0
2026-06-15T13:34:19.8570714Z    Compiling rustix v1.1.4
2026-06-15T13:34:19.8644358Z    Compiling mac-addr v0.3.0
2026-06-15T13:34:19.8938124Z    Compiling lru-slab v0.1.2
2026-06-15T13:34:19.9700859Z    Compiling rustc-hash v2.1.2
2026-06-15T13:34:20.0182530Z    Compiling xml-rs v0.8.28
2026-06-15T13:34:20.0245620Z    Compiling ref-cast v1.0.25
2026-06-15T13:34:20.0501019Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T13:34:20.0991157Z    Compiling hashbrown v0.16.1
2026-06-15T13:34:20.3241409Z    Compiling netlink-packet-route v0.30.0
2026-06-15T13:34:20.3548749Z    Compiling serial-core v0.4.0
2026-06-15T13:34:20.3581235Z    Compiling errno v0.3.14
2026-06-15T13:34:20.3680263Z    Compiling termios v0.2.2
2026-06-15T13:34:20.4978735Z    Compiling synstructure v0.13.2
2026-06-15T13:34:20.5054819Z    Compiling darling_core v0.20.11
2026-06-15T13:34:20.5230888Z    Compiling serde_derive_internals v0.29.1
2026-06-15T13:34:20.9142792Z    Compiling xmltree v0.10.3
2026-06-15T13:34:20.9290324Z    Compiling ioctl-rs v0.1.6
2026-06-15T13:34:21.0300404Z    Compiling aho-corasick v1.1.4
2026-06-15T13:34:21.0400339Z    Compiling simple-dns v0.9.3
2026-06-15T13:34:21.1470289Z    Compiling proc-macro-crate v3.5.0
2026-06-15T13:34:21.2160846Z    Compiling winnow v0.7.15
2026-06-15T13:34:21.2840895Z    Compiling sha1_smol v1.0.1
2026-06-15T13:34:21.3120628Z    Compiling signal-hook v0.3.18
2026-06-15T13:34:21.4680616Z    Compiling toml_write v0.1.2
2026-06-15T13:34:21.5630823Z    Compiling arrayref v0.3.9
2026-06-15T13:34:21.6141878Z    Compiling constant_time_eq v0.4.2
2026-06-15T13:34:21.6310537Z    Compiling simdutf8 v0.1.5
2026-06-15T13:34:21.6880712Z    Compiling arrayvec v0.7.6
2026-06-15T13:34:21.7240926Z    Compiling resolv-conf v0.7.6
2026-06-15T13:34:21.7309527Z    Compiling regex-syntax v0.8.10
2026-06-15T13:34:21.7521513Z    Compiling smol_str v0.1.24
2026-06-15T13:34:21.7843688Z    Compiling linux-raw-sys v0.12.1
2026-06-15T13:34:21.9580706Z    Compiling serial-unix v0.4.0
2026-06-15T13:34:21.9760785Z    Compiling lru v0.16.4
2026-06-15T13:34:22.1293351Z    Compiling signal-hook-registry v1.4.8
2026-06-15T13:34:22.1640745Z    Compiling darling_core v0.23.0
2026-06-15T13:34:22.2870704Z    Compiling serde_bytes v0.11.19
2026-06-15T13:34:22.4923651Z    Compiling seize v0.5.1
2026-06-15T13:34:22.5584939Z    Compiling hmac v0.12.1
2026-06-15T13:34:22.5690668Z    Compiling iroh v0.98.2
2026-06-15T13:34:22.6092862Z    Compiling serde_derive v1.0.228
2026-06-15T13:34:22.6938201Z    Compiling zeroize_derive v1.4.3
2026-06-15T13:34:22.8537030Z    Compiling tokio-macros v2.7.0
2026-06-15T13:34:22.9600879Z    Compiling zerofrom-derive v0.1.7
2026-06-15T13:34:23.1471416Z    Compiling futures-macro v0.3.32
2026-06-15T13:34:23.3350723Z    Compiling zeroize v1.8.2
2026-06-15T13:34:23.5497117Z    Compiling yoke-derive v0.8.2
2026-06-15T13:34:23.6754736Z    Compiling tokio v1.52.3
2026-06-15T13:34:23.7920784Z    Compiling zerovec-derive v0.11.3
2026-06-15T13:34:23.8888728Z    Compiling displaydoc v0.2.6
2026-06-15T13:34:23.9811543Z    Compiling tracing-attributes v0.1.31
2026-06-15T13:34:24.1851079Z    Compiling futures-util v0.3.32
2026-06-15T13:34:24.5541102Z    Compiling zerofrom v0.1.8
2026-06-15T13:34:24.6640514Z    Compiling rustls-pki-types v1.14.1
2026-06-15T13:34:24.6927197Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T13:34:24.7981218Z    Compiling thiserror-impl v2.0.18
2026-06-15T13:34:25.0295556Z    Compiling yoke v0.8.3
2026-06-15T13:34:25.2360916Z    Compiling zerotrie v0.2.4
2026-06-15T13:34:25.3980815Z    Compiling darling_macro v0.20.11
2026-06-15T13:34:25.4170772Z    Compiling zerovec v0.11.6
2026-06-15T13:34:25.6031603Z    Compiling derive_more-impl v2.1.1
2026-06-15T13:34:25.7000483Z    Compiling darling v0.20.11
2026-06-15T13:34:25.7741559Z    Compiling derive_builder_core v0.20.2
2026-06-15T13:34:25.7990479Z    Compiling spez v0.1.2
2026-06-15T13:34:25.8917872Z    Compiling n0-error-macros v0.1.3
2026-06-15T13:34:26.1392945Z    Compiling tinystr v0.8.3
2026-06-15T13:34:26.1710150Z    Compiling potential_utf v0.1.5
2026-06-15T13:34:26.3040627Z    Compiling icu_collections v2.2.0
2026-06-15T13:34:26.3653734Z    Compiling icu_locale_core v2.2.0
2026-06-15T13:34:26.4093467Z    Compiling der v0.8.0-rc.10
2026-06-15T13:34:26.7020251Z    Compiling pin-project-internal v1.1.13
2026-06-15T13:34:27.0690726Z    Compiling n0-error v0.1.3
2026-06-15T13:34:27.0891117Z    Compiling cobs v0.3.0
2026-06-15T13:34:27.2304049Z    Compiling derive_builder_macro v0.20.2
2026-06-15T13:34:27.3270702Z    Compiling postcard-derive v0.2.2
2026-06-15T13:34:27.4400496Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T13:34:27.5606834Z    Compiling derive_builder v0.20.2
2026-06-15T13:34:27.6604522Z    Compiling icu_provider v2.2.0
2026-06-15T13:34:27.9547397Z    Compiling icu_properties v2.2.0
2026-06-15T13:34:27.9700342Z    Compiling icu_normalizer v2.2.0
2026-06-15T13:34:28.0260389Z    Compiling ipnet v2.12.0
2026-06-15T13:34:28.1040431Z    Compiling spki v0.8.0-rc.4
2026-06-15T13:34:28.1810500Z    Compiling pin-project v1.1.13
2026-06-15T13:34:28.2270573Z    Compiling futures-executor v0.3.32
2026-06-15T13:34:28.2640736Z    Compiling ed25519-dalek v2.2.0
2026-06-15T13:34:28.3567908Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T13:34:28.4390494Z    Compiling futures v0.3.32
2026-06-15T13:34:28.5007885Z    Compiling prefix-trie v0.8.4
2026-06-15T13:34:28.5280916Z    Compiling once_cell v1.21.4
2026-06-15T13:34:28.5561016Z    Compiling spt-proto v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T13:34:28.5840777Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T13:34:28.7803959Z    Compiling tracing-core v0.1.36
2026-06-15T13:34:29.0650463Z    Compiling hashbrown v0.14.5
2026-06-15T13:34:29.0820865Z    Compiling data-encoding-macro v0.1.20
2026-06-15T13:34:29.1376132Z    Compiling rustls-native-certs v0.8.4
2026-06-15T13:34:29.1503449Z    Compiling async-trait v0.1.89
2026-06-15T13:34:29.2810780Z    Compiling tracing v0.1.44
2026-06-15T13:34:29.3830227Z    Compiling idna_adapter v1.2.2
2026-06-15T13:34:29.4184590Z    Compiling postcard v1.1.3
2026-06-15T13:34:29.5000836Z    Compiling idna v1.1.0
2026-06-15T13:34:29.6867997Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T13:34:29.6995873Z    Compiling num_enum_derive v0.7.6
2026-06-15T13:34:29.7140628Z    Compiling strum_macros v0.28.0
2026-06-15T13:34:29.7270859Z    Compiling tokio-util v0.7.18
2026-06-15T13:34:29.7330091Z    Compiling netlink-sys v0.8.8
2026-06-15T13:34:29.8440719Z    Compiling hashlink v0.9.1
2026-06-15T13:34:29.9276561Z    Compiling tower v0.5.3
2026-06-15T13:34:30.0579207Z    Compiling url v2.5.8
2026-06-15T13:34:30.1760377Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T13:34:30.2556566Z    Compiling rusqlite v0.32.1
2026-06-15T13:34:30.2630525Z    Compiling enum-assoc v1.3.0
2026-06-15T13:34:30.2715235Z    Compiling iroh-metrics v0.38.3
2026-06-15T13:34:30.2930673Z    Compiling netlink-proto v0.12.0
2026-06-15T13:34:30.3084506Z    Compiling derive_more v2.1.1
2026-06-15T13:34:30.5210675Z    Compiling netdev v0.42.0
2026-06-15T13:34:30.5820758Z    Compiling iroh-relay v0.98.0
2026-06-15T13:34:30.6087638Z    Compiling moka v0.12.15
2026-06-15T13:34:30.6190757Z    Compiling serde_spanned v0.6.9
2026-06-15T13:34:30.6260845Z    Compiling toml_datetime v0.6.11
2026-06-15T13:34:30.7519037Z    Compiling ref-cast-impl v1.0.25
2026-06-15T13:34:30.8760872Z    Compiling h2 v0.4.14
2026-06-15T13:34:30.9160865Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T13:34:30.9370362Z    Compiling tower-http v0.6.11
2026-06-15T13:34:31.0261083Z    Compiling n0-watcher v0.6.1
2026-06-15T13:34:31.0681239Z    Compiling iroh-base v0.98.0
2026-06-15T13:34:31.0770584Z    Compiling attohttpc v0.30.1
2026-06-15T13:34:31.2880689Z    Compiling num_enum v0.7.6
2026-06-15T13:34:31.3000181Z    Compiling tokio-stream v0.1.18
2026-06-15T13:34:31.3920950Z    Compiling thiserror-impl v1.0.69
2026-06-15T13:34:31.5083766Z    Compiling spt-store v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T13:34:31.7121877Z    Compiling toml_edit v0.22.27
2026-06-15T13:34:31.8460748Z    Compiling webpki-roots v1.0.7
2026-06-15T13:34:31.8723126Z    Compiling regex-automata v0.4.14
2026-06-15T13:34:31.9510539Z    Compiling schemars_derive v1.2.1
2026-06-15T13:34:31.9941819Z    Compiling cmov v0.5.4
2026-06-15T13:34:32.2233968Z    Compiling bitflags v1.3.2
2026-06-15T13:34:32.2560770Z    Compiling pin-utils v0.1.0
2026-06-15T13:34:32.2900686Z    Compiling utf8parse v0.2.2
2026-06-15T13:34:32.3060644Z    Compiling dyn-clone v1.0.20
2026-06-15T13:34:32.3191181Z    Compiling rustix v0.38.44
2026-06-15T13:34:32.3850560Z    Compiling anstyle-parse v1.0.0
2026-06-15T13:34:32.4628637Z    Compiling nix v0.25.1
2026-06-15T13:34:32.5770216Z    Compiling ctutils v0.4.2
2026-06-15T13:34:32.5900727Z    Compiling backon v1.6.0
2026-06-15T13:34:32.7120621Z    Compiling strum v0.28.0
2026-06-15T13:34:32.7280577Z    Compiling darling_macro v0.23.0
2026-06-15T13:34:32.8264068Z    Compiling iroh-dns v0.98.0
2026-06-15T13:34:32.8891202Z    Compiling papaya v0.2.4
2026-06-15T13:34:32.8990298Z    Compiling hkdf v0.12.4
2026-06-15T13:34:33.0896573Z    Compiling serial v0.4.0
2026-06-15T13:34:33.1100890Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T13:34:33.1553569Z    Compiling anstyle v1.0.14
2026-06-15T13:34:33.1744370Z    Compiling filedescriptor v0.8.3
2026-06-15T13:34:33.1850843Z    Compiling linux-raw-sys v0.4.15
2026-06-15T13:34:33.4075407Z    Compiling colorchoice v1.0.5
2026-06-15T13:34:33.4161009Z    Compiling anstyle-query v1.1.5
2026-06-15T13:34:33.4230736Z    Compiling downcast-rs v1.2.1
2026-06-15T13:34:33.4398355Z    Compiling instability v0.3.12
2026-06-15T13:34:33.4779106Z    Compiling foldhash v0.1.5
2026-06-15T13:34:33.4870485Z    Compiling shell-words v1.1.1
2026-06-15T13:34:33.4910630Z    Compiling anstream v1.0.0
2026-06-15T13:34:33.4951236Z    Compiling signal-hook-mio v0.2.5
2026-06-15T13:34:33.6010460Z    Compiling hashbrown v0.15.5
2026-06-15T13:34:33.6260660Z    Compiling darling v0.23.0
2026-06-15T13:34:33.6300414Z    Compiling spake2 v0.4.0
2026-06-15T13:34:33.6960848Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T13:34:33.7140765Z    Compiling terminal_size v0.4.4
2026-06-15T13:34:33.7841984Z    Compiling strum_macros v0.26.4
2026-06-15T13:34:33.8279374Z    Compiling sha1 v0.10.6
2026-06-15T13:34:33.8740533Z    Compiling itertools v0.13.0
2026-06-15T13:34:33.9992541Z    Compiling castaway v0.2.4
2026-06-15T13:34:34.0700513Z    Compiling schemars v1.2.1
2026-06-15T13:34:34.1000717Z    Compiling indoc v2.0.7
2026-06-15T13:34:34.1080372Z    Compiling doctest-file v1.1.1
2026-06-15T13:34:34.4251161Z    Compiling spt-msg v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T13:34:34.5780242Z    Compiling toml v0.8.23
2026-06-15T13:34:34.6060483Z    Compiling clap_lex v1.1.0
2026-06-15T13:34:34.8640604Z    Compiling unicode-width v0.1.14
2026-06-15T13:34:34.8831115Z    Compiling static_assertions v1.1.0
2026-06-15T13:34:34.9443893Z    Compiling regex v1.12.3
2026-06-15T13:34:35.1910351Z    Compiling compact_str v0.8.2
2026-06-15T13:34:35.4377943Z    Compiling spt-runtime v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T13:34:35.6420636Z    Compiling clap_builder v4.6.0
2026-06-15T13:34:36.0694162Z    Compiling unicode-truncate v1.1.0
2026-06-15T13:34:36.1740242Z    Compiling interprocess v2.4.2
2026-06-15T13:34:36.2330886Z    Compiling crossterm v0.28.1
2026-06-15T13:34:36.3106130Z    Compiling hyper v1.10.1
2026-06-15T13:34:36.4045052Z    Compiling strum v0.26.3
2026-06-15T13:34:36.5396543Z    Compiling lru v0.12.5
2026-06-15T13:34:36.6900730Z    Compiling clap_derive v4.6.1
2026-06-15T13:34:36.7008643Z    Compiling iana-time-zone v0.1.65
2026-06-15T13:34:36.7078486Z    Compiling unicode-width v0.2.0
2026-06-15T13:34:36.9118499Z    Compiling portable-pty v0.8.1
2026-06-15T13:34:37.0260474Z    Compiling cassowary v0.3.0
2026-06-15T13:34:37.0931079Z    Compiling chrono v0.4.45
2026-06-15T13:34:37.1190940Z    Compiling nucleo-matcher v0.3.1
2026-06-15T13:34:37.5995365Z    Compiling spt-term v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T13:34:37.9107562Z    Compiling ratatui v0.29.0
2026-06-15T13:34:38.0610317Z    Compiling qrcode v0.14.1
2026-06-15T13:34:38.1110390Z    Compiling tempfile v3.27.0
2026-06-15T13:34:38.3000587Z    Compiling hyper-util v0.1.20
2026-06-15T13:34:38.3571206Z    Compiling spt-live v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T13:34:39.2720882Z    Compiling clap v4.6.1
2026-06-15T13:34:40.2290262Z    Compiling igd-next v0.17.1
2026-06-15T13:34:41.2651552Z    Compiling portmapper v0.16.0
2026-06-15T13:34:45.9224420Z    Compiling rustls-webpki v0.103.13
2026-06-15T13:34:48.2480648Z    Compiling tokio-rustls v0.26.4
2026-06-15T13:34:48.2481846Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T13:34:48.2482207Z    Compiling noq-proto v0.17.0
2026-06-15T13:34:48.3851927Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T13:34:48.3852735Z    Compiling hyper-rustls v0.27.9
2026-06-15T13:34:48.3855250Z    Compiling tokio-websockets v0.13.2
2026-06-15T13:34:48.5485998Z    Compiling reqwest v0.13.4
2026-06-15T13:34:49.4713541Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T13:35:03.3928069Z    Compiling spt-net v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T13:35:04.7117603Z    Compiling spt-daemon v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T13:35:11.1920311Z    Compiling spt v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T13:35:14.5794159Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-15T13:35:14.6009847Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-da43da27e5630773)
2026-06-15T13:35:14.6023319Z 
2026-06-15T13:35:14.6025001Z running 1 test
2026-06-15T13:35:20.6869372Z test new_brain_serves_against_old_broker ... ok
2026-06-15T13:35:20.6869765Z 
2026-06-15T13:35:20.6870041Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-15T13:35:20.6870874Z 
